From: Christoph Scholtes Date: Wed, 18 May 2011 03:00:08 +0000 (-0600) Subject: * menu.c: Include limits.h (fixes the MS-Windows build broken by X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3779 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3a1f709a7781bf96a571563f43d60673338356c1;p=emacs.git * menu.c: Include limits.h (fixes the MS-Windows build broken by revision 104265). --- diff --git a/src/ChangeLog b/src/ChangeLog index baf5912ba95..263a5d3a240 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-05-18 Christoph Scholtes + + * menu.c: Include limits.h (fixes the MS-Windows build broken by + revision 104625). + 2011-05-18 Paul Eggert Fix some integer overflow issues, such as string length overflow.